home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 1 / PC World Interactive 1 - Nisan 1997.iso / prog / masa / 12 / thelock.ex_ / 0 / RCDATA / TKILLUTIL / TKILLUTIL.txt
Text File  |  1997-01-05  |  3KB  |  162 lines

  1. object killutil: Tkillutil
  2.   Left = 350
  3.   Top = 309
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'File Limitation Utility'
  7.   ClientHeight = 267
  8.   ClientWidth = 422
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 409
  23.     Height = 129
  24.     Shape = bsFrame
  25.   end
  26.   object Bevel2: TBevel
  27.     Left = 8
  28.     Top = 144
  29.     Width = 409
  30.     Height = 89
  31.     Shape = bsFrame
  32.   end
  33.   object Label1: TLabel
  34.     Left = 16
  35.     Top = 16
  36.     Width = 67
  37.     Height = 13
  38.     Caption = 'Window Class'
  39.   end
  40.   object Label2: TLabel
  41.     Left = 224
  42.     Top = 16
  43.     Width = 62
  44.     Height = 13
  45.     Caption = 'Window Title'
  46.   end
  47.   object Label3: TLabel
  48.     Left = 16
  49.     Top = 152
  50.     Width = 62
  51.     Height = 13
  52.     Caption = 'Current Class'
  53.   end
  54.   object Label4: TLabel
  55.     Left = 224
  56.     Top = 152
  57.     Width = 57
  58.     Height = 13
  59.     Caption = 'Current Title'
  60.   end
  61.   object winclass1: TListBox
  62.     Left = 16
  63.     Top = 32
  64.     Width = 185
  65.     Height = 97
  66.     ItemHeight = 13
  67.     TabOrder = 8
  68.     OnClick = winclass1Click
  69.     OnEnter = winclass1Enter
  70.   end
  71.   object Button1: TButton
  72.     Left = 336
  73.     Top = 240
  74.     Width = 75
  75.     Height = 25
  76.     Caption = 'E&xit'
  77.     TabOrder = 7
  78.     OnClick = Button1Click
  79.   end
  80.   object Button2: TButton
  81.     Left = 16
  82.     Top = 200
  83.     Width = 75
  84.     Height = 25
  85.     Caption = 'R&emove All'
  86.     TabOrder = 2
  87.     OnClick = Button2Click
  88.   end
  89.   object Button3: TButton
  90.     Left = 96
  91.     Top = 200
  92.     Width = 75
  93.     Height = 25
  94.     Caption = '&Remove'
  95.     TabOrder = 3
  96.     OnClick = Button3Click
  97.   end
  98.   object Button4: TButton
  99.     Left = 176
  100.     Top = 200
  101.     Width = 75
  102.     Height = 25
  103.     Caption = '&Add'
  104.     TabOrder = 4
  105.     OnClick = Button4Click
  106.   end
  107.   object Edit1: TEdit
  108.     Left = 16
  109.     Top = 168
  110.     Width = 185
  111.     Height = 21
  112.     TabOrder = 0
  113.     OnChange = Edit1Change
  114.     OnKeyPress = Edit1KeyPress
  115.   end
  116.   object tempf: TListBox
  117.     Left = 16
  118.     Top = 344
  119.     Width = 225
  120.     Height = 41
  121.     ItemHeight = 13
  122.     TabOrder = 10
  123.   end
  124.   object wintitle1: TListBox
  125.     Left = 224
  126.     Top = 32
  127.     Width = 185
  128.     Height = 97
  129.     ItemHeight = 13
  130.     TabOrder = 9
  131.     OnClick = wintitle1Click
  132.     OnEnter = wintitle1Enter
  133.   end
  134.   object Edit2: TEdit
  135.     Left = 224
  136.     Top = 168
  137.     Width = 185
  138.     Height = 21
  139.     TabOrder = 1
  140.     OnChange = Edit2Change
  141.     OnKeyPress = Edit2KeyPress
  142.   end
  143.   object Button5: TButton
  144.     Left = 336
  145.     Top = 200
  146.     Width = 75
  147.     Height = 25
  148.     Caption = '&Capture'
  149.     TabOrder = 6
  150.     OnClick = Button5Click
  151.   end
  152.   object Button6: TButton
  153.     Left = 256
  154.     Top = 200
  155.     Width = 75
  156.     Height = 25
  157.     Caption = 'C&lear Current'
  158.     TabOrder = 5
  159.     OnClick = Button6Click
  160.   end
  161. end
  162.